/*
	Description: Style Sheet for Blackboard landingpages
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
- Site Footer
- Media Queries
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	background-color: #fff;
	color: #000000;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.genesis-nav-menu li.register-text a {
	/* color: #F9A21D; */
	/* text-decoration: underline; */
}
    
    
a {
	color: #4776BD;
	text-decoration: none;        
}
    
a:hover,
a:focus,
a:active {
    color: #00c900; /* Original F9A21D */
    text-decoration: none;
}

p, ul, ol {
	line-height: 1.4;
    margin: 0 0 28px;
	padding: 0;
}

p.small {
    font-size: 16px;
}

/* ol,
ul {
	margin: 0;
	padding: 0;
} */

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

hr.divider-short {
	margin: 24px auto 50px;
	border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
	border-top: 5px solid #F9A21D;
	width: 70px;
}

hr.divider-presenter {
    left: 0px;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 24px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 5px solid #F9A21D;
	width: 40px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
} 

a.button-cta {
	margin: auto;
	padding: 10px 30px 10px 30px;
    color: #000000;
    text-transform: uppercase;
	width: 210px;
	height: 42px;
	font-weight: 800;
    cursor: pointer;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;
}

a.button-cta.center {
	display: block;
	text-align: center;
}

a.button-cta-reversed {
	margin: auto;
	padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    color: #000000;
	width: 210px;
	height: 42px;
	font-weight: 800;
    cursor: pointer;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.button-cta-reversed.center {
	display: block;
	text-align: center;
}    
    
.logo {
	width: 160px;
    margin-top: 10px;
}  
  
/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #F9A21D;
	border: 0;
	color: #fff;
	cursor: pointer;
    text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;    
}
    
button {
	background-color: #F9A21D;
	border: 0;
	color: #fff;
	cursor: pointer;
    text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	padding: 0px 0px;
	text-decoration: none;
	white-space: normal;
	width: auto;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;    
}    

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #F9A21D;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. Original 100000*/
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	width: 100%;
}

.wrap {
	margin: 0 auto;
	max-width: 850px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}
  
.site-inner ul, .site-inner ol {
    padding-left: 25px;
 }
    
.site-inner ul > li { 
   list-style: inside;
   list-style-type: disc; 
   padding-left: 2rem;
   text-indent: -2rem;
/*    
   padding-left: 1.28571429em;
   text-indent: -1.28571429em; */
}
.site-inner ol > li { 
   list-style: inside;
   list-style-type: decimal; 
   padding-left: 2rem;
   text-indent: -2rem;
}
.site-inner ul ul, .site-inner ol ul { 
   list-style-type: circle; 
   margin-left: 15px; 
}
.site-inner ol ol, .site-inner ul ol { 
   list-style-type: lower-latin; 
   margin-left: 15px; 
}
    
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

/* Column Classes
 *
 * Width: 880px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 5.68181818182%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.1590909091%;
}
 
.one-third,
.two-sixths {
	width: 29.5454545455%;
}
 
.four-sixths,
.two-thirds {
	width: 64.7727272727%;
}
 
.one-fourth {
	width: 20.7386363636%;
}
 
.three-fourths {
	width: 73.5795454545%;
}
 
.one-fifth {
	width: 15.4545454545%;
}
 
.two-fifths {
	width: 36.5909090909%;
}
 
.three-fifths {
	width: 57.7272727273%;
}
 
.four-fifths {
	width: 78.8636363636%;
}
 
.one-sixth {
	width: 11.9318181818%;
}
 
.five-sixths {
	width: 82.3863636364%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

.full {
    width: 100%;
	clear: both;
	margin-left: 0;
}    
    
.row {
    clear:both     
}  
    
/* # Boxes
---------------------------------------------------------------------------------------------------- */

/* ## Event Box
--------------------------------------------- */

.event-box {
	max-width: 850px;
	margin: 25px auto 20px;
	padding: 42px;
	background-color: #DFE2EC;
	overflow: hidden;
	border-bottom: 5px solid #F9A21D
}

.event-box .text,
.event-box .info-text {
	margin-bottom: 0;
}

.event-box-divider {
    border-right: 1px solid #d3d5de;
}

.event-box#expanded {
    margin-top: -25px;
    background-color: #000000;
    color: #fff;
    border-bottom: none;
    padding: 5px 42px;
    height: auto;
}

.event-box#expanded p {
    color: #fff;
}

.event-location {
	padding: 70px 0 0;
}

.event-location .wrap {
	max-width: 1000px;
}

.event-location .event-box {
	position: relative;
	top: -175px;
}

/* ## Webinar Box
--------------------------------------------- */

.webinar-box {
	max-width: 850px;
	margin: 25px auto 20px;
	padding: 40px 40px 20px 40px;
	background-color: #DFE2EC;
	overflow: hidden;
	border-bottom: 5px solid #F9A21D
}

.webinar-box .webinar-title {
	margin-bottom: 25px;
}
    
.webinar-box .webinar-info {
	margin-bottom: 10px;
}    
    
.webinar-box .webinar-description {
	margin-bottom: 10px;
    font-weight: 800;
}     
    
.webinar-box-divider {
    border-right: 1px solid #d3d5de;
}

.webinar-box#expanded {
    margin-top: -25px;
    background-color: #000000;
    color: #fff;
    border-bottom: none;
    padding: 5px 42px;
    height: auto;
}

.webinar-box#expanded p {
    color: #fff;
}
    
.webinar-box .webinar-button {
    display: block;
    width: 80%; 
    text-align: center;
    font-size: 15px;
	font-size: 1.5rem;
}    
    
.webinar-box .webinar-box-left {
    margin-top: 0px;        
}
    
.webinar-box .webinar-box-right {
    margin-top: 0px;        
}
    
.webinar-box .webinar-technology {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}    
    
/* ## Accordion
--------------------------------------------- */

.accordion {
    width: 100%;
    margin: 0 auto;
}
.accordion label {
    position: relative;
    display: block;
    height: 14px;
    cursor: pointer;
}
.accordion label:hover {
    background: #000000;
}
.accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion input:checked + label,
.accordion input:checked + label:hover {
    background: #000000;
}
.accordion input {
    display: none;
}
.accordion .article p:first-of-type {
    margin-top: 20px;
}

.accordion .article {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion input:checked ~ .article {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion input:checked ~ .article.ac-small {
    height: auto;
}
.accordion input:checked ~ .article.ac-medium {
    height: auto;
}
.accordion input:checked ~ .article.ac-large {
    height: auto;
}

.title-text {
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000000;
}

.quote-box {
	max-width: 580px;
    
    padding-top: 42px;
	padding-bottom: 42px;
	background-color: #ffffff;
	background: url(https://img.en25.com/EloquaImages/clients/BlackboardInc/%7B73dd58f7-11a0-4135-85a7-901f5b2ab923%7D_quote-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 200px;
	background-position-y: 25px; /* 70px */
	background-position-x: 0px; /* 180px */   
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

.divider-short {
    width: 70px;
    margin-top: 24px;
    margin-bottom: 50px;
    border: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}



/* ## Alignment
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright{
	margin: 0 0 24px 24px;
}

a.aligncenter_mobileleft img {
	display: block;
	margin: 0 auto;
}

.aligncenter_mobileleft {
	display: block;
	margin: 0 auto 24px;
}    
    

    
/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000000;
}

.site-header > .wrap {
	padding: 25px 0px 0px 0px; /* 25px 0 */
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
  z-index: 25;
}
    
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}   
    
.navbar-offset {
  padding-top: 99px;
}      
    
@media only screen and (max-width: 1023px) {
    .navbar-fixed-top-mobile {
      position: relative;
      z-index: inherit;
    }
    .navbar-offset-mobile {
      padding-top: 0px;
    }
}
    
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 30%;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 17px 20px; 
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #fff;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	max-width: 80%; /* 70% */
	float: right;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px; 
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

    .headline-box {
        display: table;
        height: 100%;
    }
    
    .page-template-page-core .headline-box, 
    .page-template-page-event .headline-box,
    .page-template-page-webinar .headline-box {
        height: calc(100% - 70px);
    }

    .headline-content {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    
/* ## Sections
--------------------------------------------- */
.intro-header {
	
	background: url(https://img.en25.com/EloquaImages/clients/BlackboardInc/%7B3b5dae82-8ffc-4c8d-9b3d-8422ecba6ab3%7D_Landing_Page_Header_Image_1920px_490px_v15.jpg) no-repeat center center;
	background-size: cover;
    height: 490px;
}

.intro-bg-image {
    height: 490px;
    background: -ms-linear-gradient(right, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%, rgba(0,0,0,0.9) 100% ), -ms-linear-gradient(left, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%, rgba(0,0,0,0.9) 100% );
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%, rgba(0,0,0,0.9) 100% ), -webkit-linear-gradient(left, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%, rgba(0,0,0,0.9) 100% );
}

.site-header .wrap {
	max-width: 1170px;
}
    
.intro-header .wrap {
	max-width: 1170px;
    height: 100%
}

.intro-header-title-section {
	max-width: 50%;
}

.intro-header .site-title-main,
.intro-header .site-subtitle {
	color: #fff;
}

.intro-header h1.site-title-main {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	/* margin-top: 100px; */
}

.intro-header h2.site-subtitle {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 20px 0 30px;
}

.section-title {
	text-align: center;
    margin-top: 50px;
}
    
.section-subtitle {
	text-align: center;
}    
    
.event-box-banner-divider {
    border-right: 1px solid #707070;
}    
    
.event-box-button-holder { 
    text-align: center;
    padding-top: 50px;
}
    
.intro-events {
	position: relative;
	top: -120px;    
}     
    
.intro-downloads, .intro-confirmation {
    position: relative;
	top: 0;
	padding-bottom: 70px;
}  
    
.info-area .section-title, 
.intro-downloads .section-title,
.alternative-content .section-title {
	margin-top: 50px;
}

.intro-events .section-title {
	margin-top: 75px;
}   
    
.agenda-box {
	max-width: 850px;
	border-bottom: 1px solid #979797;
	padding: 30px 0;
	overflow: hidden;
}    
    
.why {
	background-color: #000000;
	padding: 100px 0;
}
    
    
.agenda {
	background-color: #D3D5DE;
	padding: 100px 0;
}

.agenda-item-wrapper {
	margin: 0 auto;
}

.agenda .section-title,
.agenda p {
	text-align: center;
	color: #000000;
}    
    
.why .section-title,
.why p {
	text-align: center;
	color: #fff;
}

.agenda p {
	/* padding-top: 56px;
	margin: auto;
	width: 70%; */
}
    
    
.why p {
	padding-top: 56px;
	margin: auto;
	width: 70%;
}

.agenda p.time {
 	padding: 0;
	width: 100%;
}   
     
.agenda .agenda-item-description {
    text-align: left;
	padding: 0;
	width: 100%;
    margin: 0px 0px 10px 0px;
}

.agenda .agenda-item-heading, .agenda p.time, .agenda H3.agenda-item-heading {
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0px;
    width: 100%;
	color: #000000;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;    
}

.agenda .agenda-item-subheading {
    text-align: left;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
}     
    
.agenda .one-row .agenda-item-heading {
	margin-top: 5px;
}

.agenda .one-row .agenda-item-description {
	margin-top: 3px;
}

.circle-icon {
	margin: auto;
	height: 125px;
	width: 125px;
	background-color: #4776BD;
	border-radius: 100%;
	display: flex;
}

.iconalign {
	width: 94px;
    height: 94px;
    padding: 20px;
    margin: 12px auto;
}

.alternative-content-box {
    padding: 0px 50px 50px 50px;
    margin-bottom: 25px;
    color: #000000;
    height: 100%
	    
}    

.alternative-content-box img {
    margin: 0px auto 25px auto;    
}

.alternative-content-box .divider-short {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px    
}
    
.alternative-content-box .button-cta {
    margin: 15px auto 25px auto;
    text-align: center;
}

.confirmation-box p {
    color: #000000;
    text-align: left;
    }    

.confirmation-box .divider-short {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    }    

.address, .timing {
    padding-left: 17px;
    font-weight: 800;
}    
    
.webinar-event-wrapper {
    max-width: 850px;
	overflow: hidden;    
    margin: 0px auto;
    padding: 50px 25px 50px 25px;
    background-color: #dfe2ec;
}
    
.webinar-event-wrapper .divider-short {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;   
}    
    
.webinar-event-wrapper a.button-cta, .webinar-event-wrapper a.button-cta-reversed {
    display: inline-block;
    width: 60%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}    
    
.presenter-box {
	max-width: 630px;
	padding: 50px;
    /* border-bottom: 1px solid #979797; */
	margin: 0 auto 25px;
	background: #fff;
	overflow: hidden;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}    
    
.presenter {
	background: url(https://img.en25.com/EloquaImages/clients/BlackboardInc/%7B69a7be75-6b9e-4a3b-9014-da9ee4061fcd%7D_presenter-bg.png);
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.presenter-overlay {
    padding: 100px 0;
    background: -ms-linear-gradient(bottom, rgba(223, 226, 236,0.9) 0%, rgba(223, 226, 236,0) 30%, rgba(223, 226, 236,0) 50%, rgba(223, 226, 236,0) 100% ), -ms-linear-gradient(left, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236 ,0.9) 80% ), -ms-linear-gradient(right, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80% );
    background: -webkit-linear-gradient(bottom, rgba(223, 226, 236,0.9) 0%, rgba(223, 226, 236,0) 30%, rgba(223, 226, 236,0) 50%, rgba(223, 226, 236,0) 100% ), -webkit-linear-gradient(left, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236 ,0.9) 80% ), -webkit-linear-gradient(right, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80% );
}

.presenter h3, .presenter p {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.quote {
    padding: 75px 0;
    background-color: #F9A21D;
    color: #fff;

}

.quote .quote-mark {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 75px;
	line-height: 22px;
	text-transform: none;
	font-weight: 400;
	color: #fff;
	margin: 15px 0 0 -12px;
}

.quote .quote-copy {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 24px;
}

.asset-form-divider-short-pink {
	margin-top: 24px;
	margin-bottom: 50px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 70px;
}    
    
.register {
    background: #44464F;
	background: url(https://img.en25.com/EloquaImages/clients/BlackboardInc/%7B1b039ed0-9d49-465c-8cf8-2d453e343623%7D_form-bg.png);
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.register-overlay {
	padding: 100px 0;
	background: -ms-linear-gradient(top, rgba(68, 70, 79,0.9) 0%, rgba(68, 70, 79,0) 30%, rgba(68, 70, 79,0) 50%, rgba(68, 70, 79,0.9) 100% ), -ms-linear-gradient(left, rgba(68, 70, 79,0.9) 10%, rgba(68, 70, 79,0) 25%, rgba(68, 70, 79,0) 0%, rgba(68, 70, 79,0.9) 80% ), -ms-linear-gradient(right, rgba(68, 70, 79,0.9) 10%, rgba(68, 70, 79,0) 25%, rgba(68, 70, 79,0) 0%, rgba(68, 70, 79,0.9) 80% );
	background: -webkit-linear-gradient(top, rgba(68, 70, 79,0.9) 0%, rgba(68, 70, 79,0) 30%, rgba(68, 70, 79,0) 50%, rgba(68, 70, 79,0.9) 100% ), -webkit-linear-gradient(left, rgba(68, 70, 79,0.9) 10%, rgba(68, 70, 79,0) 25%, rgba(68, 70, 79,0) 0%, rgba(68, 70, 79,0.9) 80% ), -webkit-linear-gradient(right, rgba(68, 70, 79,0.9) 10%, rgba(68, 70, 79,0) 25%, rgba(68, 70, 79,0) 0%, rgba(68, 70, 79,0.9) 80% );
    
}

/* ## Template Variation Handling
--------------------------------------------- */

.page-template-page-download .info-area {
	top: 0;
	padding-bottom: 70px;
}    
    
.page-template-page-downloadconfirmation .info-area {
	top: 0;
	padding-bottom: 25px;
}             
    
.page-template-page-asset .intro-header, .page-template-page-asset .intro-bg-image {
    height: 440px;
}
    
.page-template-page-asset .register {
	background: none #44464F;
}
    
.page-template-page-asset .register-overlay {
	padding: 25px 0;
}    
    
.page-template-page-asset .info-area {
	top: 0;
}

.page-template-page-asset .info-area .wrap {
    margin: auto;
	max-width: 1170px;
}

.page-template-page-asset .info-area .section-title {
	text-align: left;
}

.page-template-page-asset .info-area .divider-short {
	float: left;
}

.page-template-page-asset .info-area .quote-mark {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 75px;
	line-height: 22px;
	text-transform: none;
	font-weight: 400;
	margin: 30px 0 0 -12px;
	color: #F9A21D;
}

.page-template-page-asset .info-area .quote-copy {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 124px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 100px 0;
	color: #000000;
}

.site-footer .wrap {
	max-width: 1170px;
}

.site-footer .info,
.site-footer .address {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.site-footer .small {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}

.site-footer .list-inline {
	padding: 0;
	margin: 0 auto 50px;
	list-style: none;
	text-align: center;
	max-width: 600px;
}

.site-footer .list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}


/* # Eloqua Form Reset
---------------------------------------------------------------------------------------------------- */
.elq-form * {
    margin: 0;
    padding: 0;
}
.elq-form input,
textarea {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* ## Eloqua Generic 
--------------------------------------------- */

.elq-form input {
    line-height: 16px;

    height: 16px;
}
.elq-form .item-padding {
    padding: 6px 5px 9px 9px;
}
.elq-form .pp-group {
    padding: 0 5px 0 9px;
}
.elq-form .pp-field {
    padding: 6px 0 9px 0;
}
.elq-form .field-wrapper.individual {
    float: left;
    clear: both;

    width: 100%;
}
.elq-form .field-p {
    position: relative;

    margin: 0;
    padding: 0;
}
.elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.elq-form .field-design {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0;
    padding: 0;
}
.elq-form .no-fields-prompt {
    float: left;
    clear: both;

    width: 100%;
    height: 150px;
    padding-top: 50px;
}

/* ## Eloqua Section Breaks
--------------------------------------------- */

.elq-form .section-break {
    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}
.elq-form .section-break .heading {
    font-weight: bold;

    width: 100%;
    margin: 0;
    padding: 0;
}

/* ## Eloqua labels
--------------------------------------------- */
.elq-form .required {
    font-weight: bold;

    display: inline;
    float: none;

    margin: 0 0 0;
    padding: 0 0 0;

    color: red !important;
}

/* ## Eloqua Field Group
--------------------------------------------- */

.elq-form .field-group {
    float: left;
    clear: both;
}
.elq-form .field-group.large {
    width: 100%;
}
.elq-form .field-group.medium {
    width: 51%;
}
.elq-form .field-group.small {
    width: 31%;
}
.elq-form .field-group .label {
    font-weight: bold;

    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}
.elq-form .field-group .field-style {
    float: left;
}
.elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
}
.elq-form .progressive-profile .pp-inner.large {
    width: 100%;
}
.elq-form .progressive-profile .pp-inner.medium {
    width: 51%;
}
.elq-form .progressive-profile .pp-inner.small {
    width: 31%;
}
/* ## Eloqua Radio Buttons
--------------------------------------------- */

.elq-form .radio-option {
    display: inline-block;
}
.elq-form .radio-option .label {
    display: block;
    float: left;

    padding-right: 10px;
    padding-left: 22px;

    text-indent: -22px;
}
.elq-form .radio-option .input {
    margin-right: 7px;

    vertical-align: middle;
}
.elq-form .radio-option .inner {
    vertical-align: middle;
}

/* ## Eloqua Checkboxes
--------------------------------------------- */
.elq-form .checkbox-span {
    display: inline-block;
}
.elq-form .checkbox-label {
    margin-left: 4px;
}

/* ## Eloqua Input 
--------------------------------------------- */
.elq-form .accept-default {
    width: 100%;
}

/* ## Eloqua Sizing
--------------------------------------------- */

.elq-form .field-style {
    margin-right: 2%;
    margin-left: 2%;
}
.elq-form .field-style._25 {
    width: 21%;
}
.elq-form .field-style._50 {
    width: 46%;
}
.elq-form .field-style._50_left {
    clear: left;

    width: 46%;
}
.elq-form .field-style._75 {
    width: 71%;
}
.elq-form .field-style._100 {
    width: 96%;
}
.elq-form .field-size-top-small {
    width: 30%;
}
.elq-form .field-size-top-medium {
    width: 75%;
}
.elq-form .field-size-top-large {
    width: 100%;
}
.elq-form .field-size-left-small {
    width: 21%;
}
.elq-form .field-size-left-medium {
    width: 46%;
}
.elq-form .field-size-left-large {
    width: 60%;
}

/* ## Eloqua Instructions
--------------------------------------------- */

.elq-form .instructions.default {
    font-size: 10px;

    display: block;

    padding: 6px 0 3px;

    color: #444444;
}
.elq-form .instructions.group {
    font-size: 10px;

    display: block;
    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 6px 0 3px;

    color: #444444;
}
.elq-form .instructions.left-single {
    margin: 0 0 0 33%;
}
.elq-form .instructions-other {
    margin: 0;
}

/* ## Eloqua Postioning
--------------------------------------------- */

.elq-form .label-position.left {
    line-height: 150%;

    display: block;
    float: left;

    width: 31%;
    margin: 0 15px 0 0;
    padding: 1px 0 3px;

    word-wrap: break-word;
}
.elq-form .label-position.top {
    line-height: 150%;

    display: block;

    padding: 1px 0 3px;

    white-space: nowrap;
}
.elq-form .label-position.alignment-left {
    text-align: left;
}
.elq-form .label-position.alignment-right {
    text-align: right;
}

/* ## Eloqua List Order
--------------------------------------------- */

.elq-form .list-order {
    display: block;
}
.elq-form .list-order.oneColumn {
    clear: both;

    width: 100%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.twoColumn {
    float: left;

    width: 38%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.threeColumn {
    float: left;

    width: 30%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.oneColumnLeft {
    float: left;

    width: 100%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.twoColumnLeft {
    float: left;

    width: 38%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.threeColumnLeft {
    float: left;

    width: 30%;
    margin: 0 7px 0 0;
}

/* ## Eloqua Grid Style
--------------------------------------------- */

.elq-form .grid-style {
    display: inline;
    float: left;

    margin-right: 2%;
    margin-left: 2%;
}
.elq-form .grid-style._25 {
    width: 21%;
}
.elq-form .grid-style._50 {
    width: 46%;
}
.elq-form .grid-style._75 {
    width: 71%;
}
.elq-form .grid-style._100 {
    width: 96%;
}
    
/* ## BLOCK 5 - FORM STYLING
--------------------------------------------- */

/* FORM BACKGROUND IMAGE EDITED HERE*/
.form-bg-image {
    background: url(https://img.en25.com/EloquaImages/clients/BlackboardInc/%7B4ee610a2-ad82-416e-9754-f05878e8e9f5%7D_Bb_LP_Headers_1920_490_v_03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.form-bg {
    background:     -ms-linear-gradient(top,
    rgba(68, 70, 79,.9) 0%,
    rgba(68, 70, 79,0) 30%,
    rgba(68, 70, 79,0) 50%,
    rgba(68, 70, 79,.9) 100%
    ),
    -ms-linear-gradient(left,
    rgba(68, 70, 79,.9) 10%,
    rgba(68, 70, 79,0) 25%,
    rgba(68, 70, 79,0) 0%,
    rgba(68, 70, 79,.9) 80%
    ),
    -ms-linear-gradient(right,
    rgba(68, 70, 79,.9) 10%,
    rgba(68, 70, 79,0) 25%,
    rgba(68, 70, 79,0) 0%,
    rgba(68, 70, 79,.9) 80%
    );
    background: -webkit-linear-gradient(top,
    rgba(68, 70, 79,.9) 0%,
    rgba(68, 70, 79,0) 30%,
    rgba(68, 70, 79,0) 50%,
    rgba(68, 70, 79,.9) 100%
    ),
    -webkit-linear-gradient(left,
    rgba(68, 70, 79,.9) 10%,
    rgba(68, 70, 79,0) 25%,
    rgba(68, 70, 79,0) 0%,
    rgba(68, 70, 79,.9) 80%
    ),
    -webkit-linear-gradient(right,
    rgba(68, 70, 79,.9) 10%,
    rgba(68, 70, 79,0) 25%,
    rgba(68, 70, 79,0) 0%,
    rgba(68, 70, 79,.9) 80%
    );
}
.form-container {
    padding: 100px 0 100px 0;
}

.form-text-box {
    max-width: 580px;
    margin: auto;
}
.form-text {
    margin-top: 18px!important;
}
.submit-button {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px!important;
    font-size: 2.0rem!important;
    font-weight: 800;
    cursor: pointer;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;    
    line-height: 20px;

    width: 100%!important;
    height: 60px!important;
    margin: auto;
    margin-top: 42px!important;
    margin-bottom: 42px!important;

    text-transform: uppercase;

    color: #ffffff;
    border: none;
    background-color: #3298cc;
}
.checkbox-label {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;

    /* max-width: 265px;
    padding-top: 9px !important;
    padding-bottom: 0 !important; */

    text-align: left;

    color: #ffffff;
}

/* # Eloqua Overrides
---------------------------------------------------------------------------------------------------- */

.elq-form .item-padding .checkbox-div {
    clear: left;
    min-height: 0;
}
.elq-form .label-position.top {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;

    padding-top: 18px!important;
    padding-bottom: 9px!important;

    text-align: left;
    white-space: normal!important;

    color: #ffffff;
}

.elq-form input {
    width: 100%; /* !important; */
    /* height: 50px!important; */
    padding-left: 20px!important;
}
.field-size-top-large {
    width: 100%; /* !important; */
    /* height: 50px!important; */
}
.elq-form .item-padding {
    float: left;

    width: 50%;
    /* min-height: 124px; */
    padding: 6px 5px 9px 9px;
}
.elq-form .form-design-field:nth-last-of-type(2) {
    clear: left;

    width: 100%; /* !important; */
    min-height: 75px;
}
.elq-form .form-design-field:nth-last-of-type(2) .field-p {
    margin: 0 2.5%;
}

/* ## Eloqua Form Style Overrides
--------------------------------------------- */

.elq-form * {
    margin: 0;
    padding: 0;
}
.elq-form input,
textarea,
select {
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
}
.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#privacy {
    clear: both;
}

input[type=submit] {
    box-sizing: content-box;
    width: 100% !important;
    height: 56px!important;
}
.submit-button a:hover {
    text-decoration: none!important;

    color: #ffffff!important;
}

select {
    box-sizing: content-box;
    padding-left: 20px !important;
}

/* ## Eloqua Generic Style Overrides
--------------------------------------------- */
.elq-form input {
    line-height: 16px;

    height: 16px;
}
.elq-form input[type='checkbox'] {
    line-height: initial; /* !important; */

    width: auto !important; 
    height: auto !important; 
}
.elq-form .item-padding {
    padding: 0 5px 0 0;
}
.elq-form .pp-group {
    padding: 0 5px 0 9px;
}
.elq-form .pp-field {
    padding: 6px 0 9px 0;
}
.LV_validation_message {
    float: left;

    margin: 0 0 0 5px;
}
.elq-form .item-padding:last-of-type {
    clear: both;

    width: 100%;
    margin: 54px 0 50px 0;
}
.elq-form .field-wrapper.individual {
    float: left;
    clear: both;

    width: 100%;
}
.elq-form .field-p {
    position: relative;

    margin: 0 5%;
    padding: 0;
}
.elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.elq-form .field-design {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0;
    padding: 0;
}
.elq-form .no-fields-prompt {
    float: left;
    clear: both;

    width: 100%;
    height: 150px;
    padding-top: 50px;
}

/* ## Eloqua SECTION BREAKS Style Overrides
--------------------------------------------- */

.elq-form .section-break {
    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}
.elq-form .section-break .heading {
    font-weight: bold;

    width: 100%;
    margin: 0;
    padding: 0;
}

/* ## Eloqua LABEL Style Overrides
--------------------------------------------- */

.elq-form .required {
    font-weight: bold;

    display: inline;
    float: none;

    margin: 0 0 0;
    padding: 0 0 0;

    color: red !important;
}

/* ## Eloqua FIELD GROUP Style Overrides
--------------------------------------------- */

.elq-form .field-group {
    float: left;
    clear: both;
}
.elq-form .field-group.large {
    width: 100%;
}
.elq-form .field-group.medium {
    width: 51%;
}
.elq-form .field-group.small {
    width: 31%;
}
.elq-form .field-group .label {
    font-weight: bold;

    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}
.elq-form .field-group .field-style {
    float: left;
}
.elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
}
.elq-form .progressive-profile .pp-inner.large {
    width: 100%;
}
.elq-form .progressive-profile .pp-inner.medium {
    width: 51%;
}
.elq-form .progressive-profile .pp-inner.small {
    width: 31%;
}

/* ## Eloqua Radio Buttons Style Overrides
--------------------------------------------- */

.elq-form .radio-option {
    display: inline-block;
}
.elq-form .radio-option .label {
    display: block;
    float: left;

    padding-right: 10px;
    padding-left: 22px;

    text-indent: -22px;
}
.elq-form .radio-option .input {
    margin-right: 7px;

    vertical-align: middle;
}
.elq-form .radio-option .inner {
    vertical-align: middle;
}

/* ## Eloqua CHECKBOX Style Overrides
--------------------------------------------- */

.elq-form .checkbox-span {
    display: inline-block;
}
.elq-form .checkbox-label {
    line-height: 1.5em;

    width: calc( 100% - 50px); /* 100% - 30px */
    margin-left: 9px;
}

/* ## Eloqua Input Style Overrides
--------------------------------------------- */

.elq-form .accept-default {
    width: 100%;
}

/* ## Eloqua Sizing Style Overrides
--------------------------------------------- */

.elq-form .field-style {
    margin-right: 0;
    margin-left: 0;
}
.elq-form .field-style._25 {
    width: 21%;
}
.elq-form .field-style._50 {
    width: 46%;
}
.elq-form .field-style._50_left {
    clear: left;

    width: 46%;
}
.elq-form .field-style._75 {
    width: 71%;
}
.elq-form .field-style._100 {
    width: 100%;
}
.elq-form .field-size-top-small {
    width: 30%;
}
.elq-form .field-size-top-medium {
    width: 75%;
}
.elq-form .field-size-top-large {
    width: 100%;
}
.elq-form .field-size-left-small {
    width: 21%;
}
.elq-form .field-size-left-medium {
    width: 46%;
}
.elq-form .field-size-left-large {
    width: 60%;
}


/* ## Eloqua Instructions Style Overrides
--------------------------------------------- */

.elq-form .instructions.default {
    font-size: 10px;

    display: block;

    padding: 6px 0 3px;

    color: #444444;
}
.elq-form .instructions.group {
    font-size: 10px;

    display: block;
    float: left;

    width: 97%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 6px 0 3px;

    color: #444444;
}
.elq-form .instructions.left-single {
    margin: 0 0 0 33%;
}
.elq-form .instructions-other {
    margin: 0;
}
/* ## Eloqua Positioning Style Overrides
--------------------------------------------- */

.elq-form .label-position.left {
    line-height: 150%;

    display: block;
    float: left;

    width: 31%;
    margin: 0 15px 0 0;
    padding: 1px 0 3px;

    word-wrap: break-word;
}
.elq-form .label-position.top {
    line-height: 150%;

    display: block;

    padding: 1px 0 3px;

    white-space: nowrap;
}
.elq-form .label-position.alignment-left {
    text-align: left;
}
.elq-form .label-position.alignment-right {
    text-align: right;
}

/* ## Eloqua List Order Style Overrides
--------------------------------------------- */

.elq-form .list-order {
    display: block;
}
.elq-form .list-order.oneColumn {
    clear: both;

    width: 100%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.twoColumn {
    float: left;

    width: 38%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.threeColumn {
    float: left;

    width: 30%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.oneColumnLeft {
    float: left;

    width: 100%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.twoColumnLeft {
    float: left;

    width: 38%;
    margin: 0 7px 0 0;
}
.elq-form .list-order.threeColumnLeft {
    float: left;

    width: 30%;
    margin: 0 7px 0 0;
}

/* ## Eloqua Grid Style CSS Overrides
--------------------------------------------- */

.elq-form .grid-style {
    display: inline;
    float: left;

    margin-right: 2%;
    margin-left: 2%;
}
.elq-form .grid-style._25 {
    width: 21%;
}
.elq-form .grid-style._50 {
    width: 46%;
}
.elq-form .grid-style._75 {
    width: 71%;
}
.elq-form .grid-style._100 {
    width: 96%;
}

/* ## Eloqua Checkbox Style Overrides
--------------------------------------------- */
    
form .field-p {
    text-align: left;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
form H3, .elq-form H3 {    
    float: none;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 10px 0px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 25px;
    max-width: 100%;    
}

.elq-form select,     
.elq-form input[type="text"],
.elq-form input[type="button"],
.elq-form input[type="image"],
.elq-form input[type="reset"],
.elq-form input[type="submit"] {
    width: 100%;
    height: 50px;
}    
    
.elq-form .checkbox-span {
    height: 30px;
}    
        
.elq-form .checkbox-span input[type=checkbox] {
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    max-width: 10%;
    margin-top: 4px;
}    
    
.elq-form .checkbox-span .checkbox-label {
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    max-width: 90%;
}        
    
.full-width-textarea.item-padding, .full-width-checkbox.item-padding {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 0 0 0;
        width: 100%;
        float: none;
}     

.full-width-textarea .field-p, .full-width-checkbox .field-p {
        position: relative;
        margin: 0 2.5%;
        padding: 0;
}    
    
.full-width-textarea textarea {
        width: 100%!imporant;
        height: 100px;
}  
    
.elq-form .checkbox-span {
       margin-top: 12px;
       height: 30px; /* 50 px */ 
}    
    
.elq-form .checkbox-span, .elq-form input[type='checkbox'], .elq-form .checkbox-span .checkbox-label {
   vertical-align: top; 
}    
    
#reset p {
	color: #ffffff;
    text-align: center;
}        

#selectone {
    display: none; 
    color: #ff0000; 
    background-color: #ffffff; 
    border: 1px solid #ff0000; 
    padding: 5px 10px 5px 10px;      
}    
    
/* AddEvent theme CSS
---------------------------------------------------------------------- */

/* The button */
 
.addeventatc {
    display: inline-block;
    position: relative;
    margin: 0px auto 25px auto;
    color: #000000;
    padding: 10px 30px 10px 30px;
    width: 60%;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 20px;
    background-color: #f9a21d;
    cursor: pointer;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased; 
}
    
.addeventatc:hover {
    background-color: #f9a21d;
    color: #FFFFFF;
}
    
.addeventatc:active {
    top: 1px;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client {
    display: none;
}
/* The drop down */

.addeventatc_dropdown {
    width: 210px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0px 0px 0px;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addeventatc_dropdown span {
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 9px 10px 9px 20px;
}
.addeventatc_dropdown span:hover {
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.addeventatc_dropdown em {
    color: #999;
    font-size: 12px;
}
.addeventatc_dropdown .frs {
    background: #fff;
    color: #cacaca;
    cursor: pointer;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: 110%;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101;
}
.addeventatc_dropdown .frs:hover {
    color: #999;
}
.addeventatc_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
    }
.addeventatc_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
 }    

/* # Colors
---------------------------------------------------------------------------------------------------- */

.blue-orange .intro-text .box-banner,    
.red-blue .intro-text .box-banner,
.yellow-blue .intro-text .box-banner,
.purple-blue .intro-text .box-banner,
.red-green .intro-text .box-banner,
.green-red .intro-text .box-banner,
.purple-orange .intro-text .box-banner {
    border-bottom: none;
}

.thankyou .button-cta {
    color: #000000;
}

.page-template-page-asset .info-area .quote-mark {
	color: #F9A21D;
}
    
/* ## Blue / Orange
--------------------------------------------- */

/* regular links */        
        
.blue-orange .site-inner a:link, .blue-orange .site-footer a:link,
.blue-orange .site-inner a:visited, .blue-orange .site-footer a:visited {
    color: #4776BD;
    text-decoration: underline;
}       

.blue-orange .site-inner a:hover, .blue-orange .site-footer a:hover,
.blue-orange .site-inner a:focus, .blue-orange .site-footer a:focus,
.blue-orange .site-inner a:active, .blue-orange .site-footer a:active {
    color: #F9A21D;
    text-decoration: underline;
}    
    
/* CTA button in top menu */    
 
.blue-orange .genesis-nav-menu li.register-text a {
	background-color: #F9A21D;
	padding: 10px 30px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
	color: #000000;
	font-weight: 800; 
    cursor: pointer;
    transition: background 250ms, border-color 250ms, color 250ms ease-in-out;
    -webkit-font-smoothing: antialiased;    
}    
   
.blue-orange .genesis-nav-menu li.register-text a:hover,
.blue-orange .genesis-nav-menu li.register-text a:focus {
	/*color: #fff;
	background-color: #4776BD;
    text-decoration: none;*/
    color:#000000;
    text-decoration: none;    
	background-color: #ffd191;
}      

/* reversed color links */    
.blue-orange #reset a:link,
.blue-orange #reset a:visited,
.blue-orange #privacy a:link,     
.blue-orange #privacy a:visited {
    color: #F9A21D;
    text-decoration: underline;
}
    
.blue-orange #reset a:hover,
.blue-orange #reset a:focus,
.blue-orange #reset a:active,
.blue-orange #privacy a:hover,
.blue-orange #privacy a:focus,
.blue-orange #privacy a:active {
    color: #4776BD;
    text-decoration: underline;
}       

/* buttons - normal and reversed */    

.blue-orange .button:focus,
.blue-orange .button:hover,    
.blue-orange button:focus,
.blue-orange button:hover {
   color: #4776BD;  
}    

.blue-orange .addeventatc {
    color:#000000;
    text-decoration: none;    
	background-color: #F9A21D;    
}
    
.blue-orange .addeventatc:hover, .blue-orange .addeventatc:focus {
    /*color:#FFFFFF; 
    text-decoration: none;
	background-color: #4776BD;    */
    
    color:#000000;
    text-decoration: none;    
	background-color: #ffd191;
    
}       
    
.blue-orange a.button-cta:link, 
.blue-orange a.button-cta:visited,
.blue-orange a.button-cta-reversed:hover,
.blue-orange a.button-cta-reversed:focus {
    color:#000000; 
    text-decoration: none;
	background-color: #F9A21D;
}   

 
.blue-orange a.button-cta:hover,
.blue-orange a.button-cta:focus,   
.blue-orange a.button-cta-reversed:link,
.blue-orange a.button-cta-reversed:visited {
   /* color:#FFFFFF;
    text-decoration: none;    
	background-color: #4776BD; */
    
    color:#000000;
    text-decoration: none;    
	background-color: #ffd191;
    
} 

/* brand color lines */    
.blue-orange hr.divider-short,
.blue-orange hr.divider-presenter {
	border-top: 5px solid #4776BD;
}

/* section backgrounds and dividers */    
.blue-orange .event-box {
	border-bottom: 5px solid #4776BD
}
.blue-orange .event-box-divider {
    border-right: 1px solid #4776BD;
}
.blue-orange .event-box#expanded,
.blue-orange .quote {
    background-color: #4776BD;
}    

/* form releated colors */    
.blue-orange .box-form-top {
    background-color: #4776BD;   
}

.blue-orange input[type="button"],
.blue-orange input[type="reset"],
.blue-orange input[type="submit"] {
    color: #000000;
    background-color: #F9A21D;    
}    
    
.blue-orange input[type="button"]:focus,
.blue-orange input[type="button"]:hover,
.blue-orange input[type="reset"]:focus,
.blue-orange input[type="reset"]:hover,
.blue-orange input[type="submit"]:focus,
.blue-orange input[type="submit"]:hover {
    /*color: #ffffff;
    background-color: #4776BD;    */
    color: #000000;
    background-color: #ffd191;    
}

/* icon and section backgrounds */    
.blue-orange .circle-icon {
    background-color: #4776BD;
}
.blue-orange i.fa,
.blue-orange a.fa {
	border: 1px solid #4776BD;
    color: #4776BD;
}

@media only screen and (min-width: 1200px) {

    /* reversed color links */    
    .page-template-page-asset.blue-orange #reset a:link,
    .page-template-page-asset.blue-orange #reset a:visited,
    .page-template-page-asset.blue-orange #privacy a:link,     
    .page-template-page-asset.blue-orange #privacy a:visited {
        color: #4776BD;
        text-decoration: underline;
    }

    .page-template-page-asset.blue-orange #reset a:hover,
    .page-template-page-asset.blue-orange #reset a:focus,
    .page-template-page-asset.blue-orange #reset a:active,
    .page-template-page-asset.blue-orange #privacy a:hover,
    .page-template-page-asset.blue-orange #privacy a:focus,
    .page-template-page-asset.blue-orange #privacy a:active {
        color: #F9A21D;
        text-decoration: underline;
    }       
    
}    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.blue-orange .intro-header,
    .blue-orange .intro-bg-image {
		background: #4776BD;
        height: 400px;        /* 350 */
    }
    
    .blue-orange .register a:link,
    .blue-orange .register a:visited {
        color: #F9A21D;
    }
    
    .blue-orange .register a:hover,
    .blue-orange .register a:focus,
    .blue-orange .register a:active {
        color: #FFFFFF;
    }    
    
    .blue-orange a.button-cta:link, 
    .blue-orange a.button-cta:visited,
    .blue-orange a.button-cta-reversed:link,
    .blue-orange a.button-cta-reversed:visited {
        color:#000000; 
        text-decoration: none;
        background-color: #F9A21D;
    }   
    
    .blue-orange a.button-cta:hover,
    .blue-orange a.button-cta:focus, 
    .blue-orange a.button-cta:active,
    .blue-orange a.button-cta-reversed:hover,
    .blue-orange a.button-cta-reversed:focus,
    .blue-orange a.button-cta-reversed:active {
        /*color:#ffffff; 
        text-decoration: none;    
        background-color: #4776BD;*/
        color:#000000; 
        text-decoration: none;    
        background-color: #ffd191;
    } 
    
    .blue-orange .register hr.divider-short {
	    border-top: 5px solid #F9A21D;
    }

}    

/* ## Red / Blue
--------------------------------------------- */

.red-blue button:focus,
.red-blue button:hover,    
.red-blue .site-inner a,
.red-blue .genesis-nav-menu li.register-text a {
	color: #ff0066;
}

.red-blue .site-inner a:hover,
.red-blue .site-inner a:focus,
.red-blue .site-inner a:active {
    color: #3298CC;
}

.red-blue .button-cta:hover,
.red-blue .button-cta:focus {
	background-color: #3298CC;
}

.red-blue hr.divider-short,
.red-blue hr.divider-presenter {
	border-top: 5px solid #ff0066;
}

.red-blue .event-box {
	border-bottom: 5px solid #ff0066
}

.red-blue .event-box-divider {
    border-right: 1px solid #ff0066;
}

.red-blue .box-form-top,      
.red-blue .button-cta,
.red-blue input[type="button"]:focus,
.red-blue input[type="button"]:hover,
.red-blue input[type="reset"]:focus,
.red-blue input[type="reset"]:hover,
.red-blue input[type="submit"]:focus,
.red-blue input[type="submit"]:hover,
.red-blue .button:focus,
.red-blue .button:hover ,
.red-blue .event-box#expanded,
.red-blue .quote,
.red-blue .circle-icon {
    background-color: #ff0066;
}

.red-blue i.fa,
.red-blue a.fa {
	border: 1px solid #ff0066;
    color: #ff0066;
}

    
.red-blue a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.red-blue a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.red-blue a.button-cta:hover { color: #000000; text-decoration: none; }
.red-blue a.button-cta:active { color: #000000; text-decoration: none; }     
    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.red-blue .intro-header,
	.red-blue .intro-bg-image {
		background: #3298CC;
        height: 350px;        
    }
    .red-blue .register,
	.red-blue .register-overlay {
		background: #3298CC;
	}    
    .red-blue .register hr.divider-short {
	    border-top: 5px solid #ff0066;
    }
    .red-blue .register a,
    .red-blue .register a:hover,
    .red-blue .register a:focus,
    .red-blue .register a:active {
        color: #ff0066;
    }
    
}

/* ## Yellow / Blue
--------------------------------------------- */

.yellow-blue button:focus,
.yellow-blue button:hover,
.yellow-blue .site-inner a,
.yellow-blue .genesis-nav-menu li.register-text a {
	color: #ffcd00;
}

.yellow-blue .site-inner a:hover,
.yellow-blue .site-inner a:focus,
.yellow-blue .site-inner a:active {
    color: #3298CC;
}

.yellow-blue .button-cta:hover,
.yellow-blue .button-cta:focus {
	background-color: #3298CC;
}

.yellow-blue hr.divider-short,
.yellow-blue hr.divider-presenter {
	border-top: 5px solid #ffcd00;
}

.yellow-blue .event-box {
	border-bottom: 5px solid #ffcd00
}

.yellow-blue .event-box-divider {
    border-right: 1px solid #ffcd00;
}

.yellow-blue .box-form-top,     
.yellow-blue .button-cta,
.yellow-blue input[type="button"]:focus,
.yellow-blue input[type="button"]:hover,
.yellow-blue input[type="reset"]:focus,
.yellow-blue input[type="reset"]:hover,
.yellow-blue input[type="submit"]:focus,
.yellow-blue input[type="submit"]:hover,
.yellow-blue .button:focus,
.yellow-blue .button:hover ,
.yellow-blue .event-box#expanded,
.yellow-blue .quote,
.yellow-blue .circle-icon {
    background-color: #ffcd00;
}

.yellow-blue i.fa,
.yellow-blue a.fa {
	border: 1px solid #ffcd00;
    color: #ffcd00;
}

@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.yellow-blue .intro-header,
    .yellow-blue .intro-bg-image {
		background: #3298CC;
        height: 350px;        
    }
    .yellow-blue .register,
	.yellow-blue .register-overlay {
		background: #3298CC;
	}    
    .yellow-blue .register hr.divider-short {
	    border-top: 5px solid #ffcd00;
    }
    .yellow-blue .register a,
    .yellow-blue .register a:hover,
    .yellow-blue .register a:focus,
    .yellow-blue .register a:active {
        color: #ffcd00;
    }    
}

.yellow-blue a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.yellow-blue a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.yellow-blue a.button-cta:hover { color: #000000; text-decoration: none; }
.yellow-blue a.button-cta:active { color: #000000; text-decoration: none; }     
    
/* ## Purple Blue
--------------------------------------------- */

.purple-blue button:focus,
.purple-blue button:hover, 
.purple-blue .site-inner a,
.purple-blue .genesis-nav-menu li.register-text a {
	color: #C800A1;
}

.purple-blue .site-inner a:hover,
.purple-blue .site-inner a:focus,
.purple-blue .site-inner a:active {
    color: #3298CC;
}
 
.purple-blue .button-cta:hover,
.purple-blue .button-cta:focus {
	background-color: #3298CC;
}

.purple-blue hr.divider-short,
.purple-blue hr.divider-presenter {
	border-top: 5px solid #C800A1;
}

.purple-blue .event-box {
	border-bottom: 5px solid #C800A1
}

.purple-blue .event-box-divider {
    border-right: 1px solid #C800A1;
}

.purple-blue .box-form-top,      
.purple-blue .button-cta,
.purple-blue input[type="button"]:focus,
.purple-blue input[type="button"]:hover,
.purple-blue input[type="reset"]:focus,
.purple-blue input[type="reset"]:hover,
.purple-blue input[type="submit"]:focus,
.purple-blue input[type="submit"]:hover,
.purple-blue .button:focus,
.purple-blue .button:hover ,
.purple-blue .event-box#expanded,
.purple-blue .quote,
.purple-blue .circle-icon {
    background-color: #C800A1;
}

.purple-blue i.fa,
.purple-blue a.fa {
	border: 1px solid #C800A1;
    color: #C800A1;
}

.purple-blue a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.purple-blue a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.purple-blue a.button-cta:hover { color: #000000; text-decoration: none; }
.purple-blue a.button-cta:active { color: #000000; text-decoration: none; }       
    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.purple-blue .intro-header,
    .purple-blue .intro-bg-image {
		background: #3298CC;
        height: 350px;        
    }
    .purple-blue .register,
	.purple-blue .register-overlay {
		background: #3298CC;
	}    
    .purple-blue .register hr.divider-short {
	    border-top: 5px solid #C800A1;
    }
    
}

/* ## Green / Red
--------------------------------------------- */

.green-red button:focus,
.green-red button:hover,    
.green-red .site-inner a,
.green-red .genesis-nav-menu li.register-text a {
	color: #00CC90;
}

.green-red .site-inner a:hover,
.green-red .site-inner a:focus,
.green-red .site-inner a:active {
    color: #ff0066;
}
    
.green-red .button-cta:hover,
.green-red .button-cta:focus {
	background-color: #ff0066;
}

.green-red hr.divider-short,
.green-red hr.divider-presenter {
	border-top: 5px solid #00CC90;
}

.green-red .event-box {
	border-bottom: 5px solid #00CC90
}

.green-red .event-box-divider {
    border-right: 1px solid #00CC90;
}

.green-red .box-form-top,     
.green-red .button-cta,
.green-red input[type="button"]:focus,
.green-red input[type="button"]:hover,
.green-red input[type="reset"]:focus,
.green-red input[type="reset"]:hover,
.green-red input[type="submit"]:focus,
.green-red input[type="submit"]:hover,
.green-red .button:focus,
.green-red .button:hover ,
.green-red .event-box#expanded,
.green-red .quote,
.green-red .circle-icon {
    background-color: #00CC90; 
}

.green-red i.fa,
.green-red a.fa {
	border: 1px solid #00CC90;
    color: #00CC90;
}

.green-red a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.green-red a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.green-red a.button-cta:hover { color: #000000; text-decoration: none; }
.green-red a.button-cta:active { color: #000000; text-decoration: none; }            
    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.green-red .intro-header,
    .green-red .intro-bg-image {
		background: #ff0066;
        height: 350px;        
    }
    .green-red .register,
	.green-red .register-overlay {
		background: #ff0066;
	}
    .green-red  .register hr.divider-short {
	    border-top: 5px solid #00CC90;
    } 
    .green-red .register a,
    .green-red .register a:hover,
    .green-red .register a:focus,
    .green-red .register a:active {
        color: #ff0066;
    }     
    
}

/* ## Purple / Orange
--------------------------------------------- */

.purple-orange button:focus,
.purple-orange button:hover,
.purple-orange .site-inner a,
.purple-orange .genesis-nav-menu li.register-text a {
	color: #ff7f41;
}

.purple-orange .site-inner a:hover,
.purple-orange .site-inner a:focus,
.purple-orange .site-inner a:active {
    color: #c800a1;
}
 
.purple-orange .button-cta:hover,
.purple-orange .button-cta:focus {
	background-color: #c800a1;
}

.purple-orange hr.divider-short,
.purple-orange hr.divider-presenter {
	border-top: 5px solid #ff7f41;
}

.purple-orange .event-box {
	border-bottom: 5px solid #ff7f41
}

.purple-orange .event-box-divider {
    border-right: 1px solid #ff7f41;
}

.purple-orange .box-form-top,     
.purple-orange .button-cta,
.purple-orange input[type="button"]:focus,
.purple-orange input[type="button"]:hover,
.purple-orange input[type="reset"]:focus,
.purple-orange input[type="reset"]:hover,
.purple-orange input[type="submit"]:focus,
.purple-orange input[type="submit"]:hover,
.purple-orange .button:focus,
.purple-orange .button:hover ,
.purple-orange .event-box#expanded,
.purple-orange .quote,
.purple-orange .circle-icon {
    background-color: #ff7f41;
}

.purple-orange i.fa,
.purple-orange a.fa {
	border: 1px solid #ff7f41;
    color: #ff7f41;
}

.purple-orange a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.purple-orange a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.purple-orange a.button-cta:hover { color: #000000; text-decoration: none; }
.purple-orange a.button-cta:active { color: #000000; text-decoration: none; }    
    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.purple-orange .intro-header,
    .purple-orange .intro-bg-image {
		background: #c800a1;
        height: 350px;        
    }
    .purple-orange .register,
	.purple-orange .register-overlay {
		background: #c800a1;
	}
    .purple-orange  .register hr.divider-short {
	    border-top: 5px solid #ff7f41;
    }   
    .purple-orange .register a,
    .purple-orange .register a:hover,
    .purple-orange .register a:focus,
    .purple-orange .register a:active {
        color: #ff7f41;
    }         
}

/* ## Red / Green
--------------------------------------------- */

.red-green button:focus,
.red-green button:hover,    
.red-green .site-inner a,
.red-green .genesis-nav-menu li.register-text a {
	color: #00CC90;
}

.red-green .site-inner a:hover,
.red-green .site-inner a:focus,
.red-green .site-inner a:active {
    color: #ff0066;
}
  
.red-green .button-cta:hover,
.red-green .button-cta:focus {
	background-color: #ff0066;
}

.red-green hr.divider-short,
.red-green hr.divider-presenter {
	border-top: 5px solid #00CC90;
}

.red-green .event-box {
	border-bottom: 5px solid #00CC90
}

.red-green .event-box-divider {
    border-right: 1px solid #00CC90;
}

.red-green .box-form-top,     
.red-green .button-cta,
.red-green input[type="button"]:focus,
.red-green input[type="button"]:hover,
.red-green input[type="reset"]:focus,
.red-green input[type="reset"]:hover,
.red-green input[type="submit"]:focus,
.red-green input[type="submit"]:hover,
.red-green .button:focus,
.red-green .button:hover ,
.red-green .event-box#expanded,
.red-green .quote,
.red-green .circle-icon {
    background-color: #00CC90;
}

.red-green i.fa,
.red-green a.fa {
	border: 1px solid #00CC90;
    color: #00CC90;
}

.red-green a.button-cta:link { color:#FFFFFF; text-decoration: none; }
.red-green a.button-cta:visited { color: #FFFFFF; text-decoration: none; }
.red-green a.button-cta:hover { color: #000000; text-decoration: none; }
.red-green a.button-cta:active { color: #000000; text-decoration: none; }      
    
@media only screen and (max-width: 767px), only screen and (max-width: 860px) { 
	.red-green .intro-header,
    .red-green .intro-bg-image {
		background: #ff0066;
        height: 350px;        
    }
    .red-green .register,
	.red-green .register-overlay {
		background: #ff0066;
	}
    .red-green  .register hr.divider-short {
	    border-top: 5px solid #00CC90;
    }      
    .red-green .register a,
    .red-green .register a:hover,
    .red-green .register a:focus,
    .red-green .register a:active {
        color: #00CC90;
    }    
}

/* ## FontAwesome
--------------------------------------------- */

.fa {
	font-family: 'FontAwesome', sans-serif;
}

i.fa {
	text-align: center;
    border-radius: 100%;
    padding: 15px;
    text-decoration: none;
    width: 50px;
}

a.fa {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
    border-radius: 100%;
    padding: 15px;
    text-decoration: none!important;
    width: 50px;
}    

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
    
@media only screen and (min-width: 1200px) {  
    
/* Large Devices, Wide Screens */    
    
	.page-template-page-asset .register-overlay {
		padding: 56px 56px 56px 56px;
        background: none #DFE2EC;
		width: 450px;
		margin: 0!important;
        color: #000000;
	}
	.page-template-page-asset .register {
		position: absolute;
		top: 400px;
		right: calc((100vw - 1185px)/2); 
		padding: 0;
		background: none #DFE2EC;
		width: 450px;
        color: #000000;
	}
	.box-form-top {
		position: absolute;
		top: 395px;
		right: calc((100vw - 1185px)/2); 
		width: 450px;
		height: 5px;
		margin-bottom: 100px;
	}    

    .page-template-page-asset .register	.section-title {
		color: #000000;
		font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 25px;
		font-weight: bold;
		line-height: 27px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left!important;
    }

    
    .page-template-page-asset .site-CTA {
        display: none;
    }
    
    .page-template-page-asset .register	.form-text {
		color: #000000;
		font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 17px;
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: left;
	}
    
    .page-template-page-asset .register .divider-short {
        display: none;
    }    
    
    .page-template-page-asset #reset p {
		color: #000000;
        text-align: left;
	}
	.page-template-page-asset #reset {
		padding: 24px 0 15px 0!important;
        text-align: left;
	}
    .page-template-page-asset #privacy {
		padding: 0;
		clear: none;
        text-align: left;
	}
	.page-template-page-asset #privacy p {
		padding: 0;
		line-height: 20px;
        color: #000000;
        text-align: left;
	}
    .page-template-page-asset .submit-button {
		margin: 24px 0 24px 0;
	}
    .page-template-page-asset .elq-form .item-padding {
		width: 100%;
		padding: 0px 0px 0px 0px;
		min-height: 90px;
	}
	.page-template-page-asset .elq-form .field-p {
		position: relative;
		margin: 0;
		padding: 0;
	}
	.page-template-page-asset .elq-form .form-design-field:nth-last-of-type(2) .field-p {
		margin: 0;
	}
	.page-template-page-asset .elq-form input {
		height: 50px;
		width: 100%;
		padding-left: 20px;
	}
	.page-template-page-asset .elq-form .label-position.top {
		color: #000000;
		padding-top: 0px;
	}
	.page-template-page-asset .field-size-top-large {
		height: 50px;
		width: 100%;
	}
    
    .page-template-page-asset .full-width-textarea textarea {
        height: 100px;
    }
    
	/* CHECKBOX */
	.page-template-page-asset .checkbox-span {
		display: inline-block;
		height: 25px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.page-template-page-asset .elq-form .checkbox-label {
		line-height: 13px;
        color: #000000;
	}
    .page-template-page-asset .button-cta {
        display: inline-block;
        margin: 50px 0 30px 0;
    }
    
    .headline-box .addeventatc {
        width: 350px;
    }
}
    
@media only screen and (max-width: 1199px) {
    
/* Medium Devices Screens, iPad Landscape */
    
	.site-inner,
	.wrap {
		max-width: 100%;
	}
	
	.site-header .wrap,
	.content .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title {
		max-width: 20%;
	}      
    
	.nav-primary {
		width: 80%;
	}     
    
  	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

    .headline-box .addeventatc {
        width: 350px;
    }    
    
   /* .event-box, .info-box {
        background-color: yellow;
    } */  
    
    
}

@media only screen and (max-width: 1023px) {

    a.aligncenter_mobileleft img {
        float: left;
        margin-left: 0px
    }

    .aligncenter_mobileleft {
        float: left;
        margin-left: 0px
    }      
    
	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%
	}
    
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

    .title-area {
        width: 50%;
    }    
    
    .site-header button {
        padding-top: 15px;
        padding-bottom: 15px;    
    }  
    
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center; 
	}

	/* .site-header .search-form {
		margin: 16px auto;
	} */

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #000000;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: right; /* center */
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #000000;
		border-width: 0;
		color: #FFFFFF; 
	}

	.menu-toggle {
        color: #000000;
        visibility: hidden;
		line-height: 22px;
		position: relative;
		width: 50%; /* original 100% */
		z-index: 1000;   
	}

    /* Menu hamburger */
	.menu-toggle::before {
        visibility: visible;
		font-size: 1.5em;
		margin-right: -35px;
        color: #ffffff;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: left;
		padding: 13px 10px; 
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
		float: none;
		position: relative;
		text-align: center; /* original left */
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
    
    .mobile-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;        
		width: 160px;
    	margin-top: 15px;
        margin-bottom: 15px;        
        padding-top: 15px;
	}
    
    .agenda .time {
        text-align: left;
        margin: 0px 0px 10px 0px;
    }
    

}

@media only screen and (max-width: 860px) {
  /* Medium Devices, Ipad Screens Portrait */    
  /* Medium Devices, Ipad Screens Portrait */    

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
		font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
        
	.site-inner {
		padding: 0;
	}
	
	.intro-header-title-section {
		max-width: 100%;
	}
    
    .event-box-banner-divider {
        border-right: none;
    }    
    
    .event-box-button-holder { 
        text-align: left;
        padding-top: 25px;
    }    
    
    
    .webinar-box .webinar-button {
        display: block;
        width: 100%; 
        text-align: center   
    }    
    
    .webinar-box .webinar-box-left {
        margin-top: 0px;        
    }
    
    .webinar-box .webinar-box-right {
        margin-top: 25px;        
    }    

    .webinar-event-wrapper a.button-cta, .webinar-event-wrapper a.button-cta-reversed, .webinar-event-wrapper .addeventatc {
        width: 100%;    
    }
    
	.nav-primary {
		width: 100%;
	}       
    
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title, .nav-primary {
		max-width: 100%;
	}       
    
    .why p {
        padding-top: 15px;
        padding-bottom: 25px;
        width: 70%;
    }       
    
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
    
    .elq-form textarea {
        width: 100%!important;
    }       
    
    .mobile-logo {
        display: block;
        margin-left: 0;
        margin-right: auto;        
		width: 160px;
    	margin-top: -5px;
        margin-bottom: 40px;        
	}        

    .page-template-page-download .site-inner img, .page-template-page-downloadconfirmation .site-inner img {
        
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        
    }
    
    /* 
    .event-box {
        background-color: red;
    }  */      

}

@media only screen and (max-width: 767px) { 
  /* Small Devices, Phones */
    
    .event-box-banner-divider {
        border-right: none;
    }    
    
    .event-box-button-holder { 
        text-align: left;
        padding-top: 25px;
    }    
    
	.site-header {
		max-width: 100%;
	}

	.nav-primary {
		float: none;
	}

	.genesis-nav-menu a:focus, 
	.genesis-nav-menu a:hover {
		background-color: #000
	}

	a.menu-toggle:link, 
    a.menu-toggle:visted,
	a.menu-toggle:hover,
    a.menu-toggle:focus {
        color: #FFFFFF;
    }
    
    /*
    .event-box {
        background-color: rebeccapurple;
    } */      
    
    .webinar-box .webinar-button {
        display: block;
        width: 100%; 
        text-align: center   
    }    
    
    .webinar-box .webinar-box-left {
        margin-top: 0px;        
    }
    
    .webinar-box .webinar-box-right {
        margin-top: 25px;        
    }      
    
    .webinar-event-wrapper a.button-cta, .webinar-event-wrapper a.button-cta-reversed, .webinar-event-wrapper .addeventatc {
        width: 100%;    
    }
    
	.menu-toggle:focus, 
	.menu-toggle:hover, 
	.sub-menu-toggle:focus, 
	.sub-menu-toggle:hover {
		outline: #000 solid 1px;
	}

	.site-title {
		font-size: 50px;
		font-size: 5rem;
	}

	.intro-header,
	.intro-bg-image {
		/* background: #4776BD; */
		height: 350px; 
	}

	.why .one-third {
		margin-bottom: 20px;
	}
    
    .why p {
        padding-top: 15px;
        padding-bottom: 25px;
        width: 70%;
    }    

    .mobile-logo {
        display: block;
        margin-left: 0;
        margin-right: auto;        
		width: 160px;
    	margin-top: -5px;
        margin-bottom: 40px;        
	}      
    
    /* Eloqua Mobile Form */
    
    .form-container {
        margin: 0 42px 0 42px!important;
        padding: 76px 0 76px 0!important;
    }
    .mobile-form-text {
        margin: 18px auto 24px auto!important;
    }
    .elq-form .item-padding {
        width: 100%;
        padding: 0 0 0 0;
    }
    .form-bg {
        background-color: #44464f;
        background-image: none;
    }
    .elq-form .field-p {
        position: relative;

        margin: 0 2.5%;
        padding: 0;
    }
    
    .elq-form select,
    .elq-form input[type="text"],
    .elq-form input[type="button"],
    .elq-form input[type="image"],
    .elq-form input[type="reset"],
    .elq-form input[type="submit"] {
        width: 100%!important;
        height: 50px!important;
        padding-left: 20px!important;
    }  
    
    .elq-form textarea {
        width: 100%!important;
        height: 100px!important;
        padding-left: 20px!important;
    }        

    .elq-form .checkbox-span input[type=checkbox] {
        margin-top: 2px;
    }        
    
    .elq-form .checkbox-span {
       margin-top: 12px;
       height: 50px; 
    }    
    
    .elq-form .checkbox-span, .elq-form input[type='checkbox'], .elq-form .checkbox-span .checkbox-label {
       vertical-align: top; 
    }    
    
    .field-size-top-large {
        width: 100%!important;
        /* height: 50px!important; */
    }

    .LV_validation_message {
        display: block;
    } 

    .page-template-page-download .site-inner img, .page-template-page-downloadconfirmation .site-inner img {
        
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        
    }    
    
}
    
/* ## Tiny Small Devices, Phones
--------------------------------------------- */
@media screen and (max-width: 560px) {

	.page-template-page-asset .register {
		background-color: #44464f;
		background-image: none;
	}    

    .page-template-page-asset .register	.mobile-form-text {
		margin: 0px auto 50px auto;
	}
    
    .elq-form input[type='checkbox'] {
       width: 10% !important;
    }
    
    .elq-form .checkbox-span .checkbox-label {
       width: 85% !important;
       margin-top: -3px;
    }   
    
    .elq-form .checkbox-span input[type=checkbox] {
        margin-top: 2px;
    }     
    
    .elq-form .checkbox-span {
       margin-top: 12px;
       height: 50px; 
    }    
    
    .elq-form .checkbox-span, .elq-form input[type='checkbox'], .elq-form .checkbox-span .checkbox-label {
       vertical-align: top; 
    }
    
    .page-template-page-download .site-inner img, .page-template-page-downloadconfirmation .site-inner img {
        
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        
    }   
    
}    


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		/* margin: 0; */
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}